home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / DISK / TW22.ARJ / TREEWALK.INI < prev    next >
Text File  |  1992-07-23  |  3KB  |  52 lines

  1. 23    'Grey on blue color for screen background
  2. 48    'Black on cyan color for display of Directory tree
  3. 112    'Black on white - text box interiors, primary box text, TREE hilite bar
  4. 113    'Blue on white (secondary color for box text), TREE stats color
  5. 120    'Grey on white color for borders of all text boxes
  6. 241    'Blinking blue on white color for blinking messages
  7. 113    'Blue on white color for FKey menu display on bottom of screen
  8. 48    'Black on Cyan color for display of UNMARKED file name
  9. 112    'Black on white to display UNMARKED file names under hilite bar
  10. 14    'Bright yellow on black color to display MARKED file names
  11. 126    'Color for MARKED filename currently under hilite bar
  12. 30    'Bright yellow on blue color for Title Text at top of screen
  13. 31    'Bright white on blue color for alternate title text at top of screen
  14. 3    'Cyan on Black color for display of subdir files and bytes
  15. ===============================================================================
  16. NOTES - V3.00 - Release date mm/dd/yy
  17. -------------------------------------
  18.     [1] The colors above *MUST* remain in the sequence shown above
  19.     [2] Comments are optional, but *MUST* come AFTER the numeric values
  20.             New lines may be inserted or added only *AFTER* the double-line   
  21.             right above the word "NOTES", above
  22.     [3] All lines in this file *MUST* end with "hard" CRLF (hex 0D0A pair)
  23.     [4] Default colors can be restored by erasing or renaming this file.
  24.         Note that use of the "/M" switch, in either the ENVIRON or on the
  25.         Command line, will override any color setting in this file.
  26.     [5] This file *MUST* be named TREEWALK.INI, and *MUST* be located
  27.         on your DOS PATH in order to be effective.  Note that TREEWALK.INI
  28.         does NOT need to be in the same directory as TW.EXE.
  29.         [6] New color values may be derived as follows:
  30.  
  31.     Color           Foreground Value                Background Value
  32.  
  33.         BLACK                   0                                0
  34.         BLUE                    1                               16
  35.         GREEN                   2                               32
  36.         CYAN                    3                               48
  37.         RED                     4                               64
  38.         MAGENTA                 5                               80
  39.         YELLOW                  6                               96
  40.         WHITE                   7                              112
  41.  
  42.     - To determine which value to use, just add BACKGROUND and FOREGROUND
  43.     values together, and keep in mind the following:
  44.         - To get INTENSE foreground color, add 8 to foreground value.
  45.         - To get BLINKING attribute, add 128 to the total combined color value.
  46.     - Simply type the new color value at the beginning of the appropriate
  47.     line, above, and TW.EXE will use it next time you use it.
  48. ===============================================================================
  49.                   Steve Dunn
  50.                 CIS 70034:2454
  51.  
  52. ==========================[ END OF TREEWALK.INI FILE ]=========================